λ eas build
$ eas build --platform all
ios/android両方向けにbuild
$ eas build --local
docs
cloudではなくlocalで行う
buildで起きたerrorのdebug用途とか、CIが制限されている企業向けとか
多少の制限がある
-p allできない
fastlaneとかCocoaPodsの環境を作らないといけない
$ eas build:inspect
debugに役立つ?
https://blog.expo.dev/expo-sdk-44-4c4b8306584a#:~:text=New%20command%20to%20inspect%20build%20files.
$ eas build --auto-submit
EAS Submitも行う
In order to make this possible, we also added hosting for submission credentials and we created submission profiles in eas.json. ref